Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / TextMapFragment Constructor / TextMapFragment Constructor(TextLineFragment[])
The array of TextLineFragment objects to add to TextMapFragment.

In This Topic
    TextMapFragment Constructor(TextLineFragment[])
    In This Topic
    Initializes a new instance of the TextMapFragment
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray tlfs() As TextLineFragment _
    )
    public TextMapFragment( 
       params TextLineFragment[] tlfs
    )

    Parameters

    tlfs
    The array of TextLineFragment objects to add to TextMapFragment.
    See Also